home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvi2ps / dvi-to-ps / readme < prev    next >
Text File  |  1990-10-01  |  3KB  |  70 lines

  1. The use of this program may not be readily apparent.  If you are using
  2. TranScript, and your printer's name is "ps", you would use a command
  3. sequence that looked something like this:
  4.  
  5.     % tex myfile
  6.     % dvi2ps myfile > myfile.ps
  7.     % lpr -Pps myfile.ps
  8.  
  9. The first few pages will print in a very very slow fashion while the fonts
  10. are being defined.  Printing speeds up a little as you get further down the
  11. document.
  12.  
  13.  
  14. Installation comments:
  15. ======================
  16.  
  17. In installing this software, you will need to put tex.ps in
  18. /usr/local/lib/tex/tex.ps.  If you want to put it somewhere else, see the
  19. definition in the Makefile.
  20. Normally, tex.ps is incorporated into the PostScript file
  21. produced by dvi2ps.
  22.  
  23. The font area is assumed to be /usr/local/lib/tex/fonts/gf300.
  24. This filter supports the TEXFONTS environment font directory path.
  25. Each font directory can be arranged in a hierarchy fashion.
  26. All the tfm files are contained in /usr/local/lib/tex/fonts
  27. (tfm files are used by TeX and LaTeX, but not by dvi2ps).
  28. If a file named SUBDIR is present in /usr/local/lib/tex/fonts/gf300
  29. (or whatever directory name you select),
  30. then the name of the font style is taken as the name of a
  31. subdirectory in searching for the pxl file associated with the font.
  32. In other words, cmr10.300gf will be found in
  33. /usr/local/lib/tex/fonts/gf300/cmr/cmr10.300gf.
  34. When the file named SUBDIR is not present,
  35. all pxl files are looked for in the directory itself,
  36. e.g., /usr/local/lib/tex/fonts/gf300/cmr10.300gf in the above example.
  37.  
  38.  
  39. printcap information
  40. ====================
  41.  
  42. MIT uses another program called dvipsf when the LaserWriter is used with the
  43. /etc/printcap file.  dvipsf invokes dvi2ps and applef.  Both dvipsf.c and
  44. applef.c are included here.  MIT's printcap entry for the laserwriter reads:
  45. 7th Floor LaserWriter|lw7|7lw|laserwriter|apple|LE-MONDE|LE-MONDE-LGP|LE-MONDE-ASCII|LE-MONDE-DVI:\
  46.     :cP=LE-MONDE-LGP:cT:dP=LE-MONDE-DVI:dT:vP=LE-MONDE:\
  47.     :br#9600:rw:fc#0000374:fs#0000003:xc#0:xs#0040040:mx#0:\
  48.     :lp=/dev/ttyh5:sd=/usr/spool/lw7:pl#66:pw#89:\
  49.     :lf=/usr/spool/lw7/log:of=/usr/lib/applef:\
  50.     :md=/usr/spool/lw7/motd:vf=/usr/lib/applef:\
  51.     :df=/usr/lib/dvipsf:cf=/usr/lib/applebitf:
  52.  
  53.  
  54. History and acknowledgements
  55. ============================
  56.  
  57. The driver was converted by Neal Holtz of Carleton University from a Sun
  58. previewer originally written by Mark Senn and later modified by others (see
  59. dvi2ps for specifics).  Additional modifications and enhancements have been
  60. done by Scott Jones and Chris Lindblad at MIT.
  61.  
  62. (These notes added by Richard Furuta)
  63.  
  64. Modified by Peter C. Damron of University of Washington, 1988.
  65. Added font paths and font path environment variables.
  66. Changed font directory hierarchy to use less directories.
  67. Changed font substitutions to make better choices.
  68. Added comments and restructured the code.
  69.  
  70.